Search
BinaryContext.WriteFloatArray Method
See Also
 






Writes the specified float array to the underlying stream.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public void WriteFloatArray (
    float[] value
)

Visual Basic  Copy Code

Public Sub WriteFloatArray( _
    value() As Single _
)

 Parameters

value

The array to write.

 See Also